From: Kim F. Storm Date: Thu, 28 Nov 2002 23:02:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29481 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=088015d169d2a4eadcd734434f97d048d68fdfbf;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac46c9db682..d3bc5713299 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-11-29 Kim F. Storm + + * mwheel.el: Avoid accidental yanking of text while scrolling with + the mouse wheel. This adds a short period after each mouse wheel + scroll event where a click on the mouse wheel button is ignored. + (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. + (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. + (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns. + (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. + Start mwheel-inhibit-click-event-timer with timeout handler + mwheel-inhibit-click-timeout. + 2002-11-28 Nick Roberts * tooltip.el (tooltip-gud-tips-setup): Remove.